home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d949.lha / BBBBS / BBBBS65.lha / rexx / ShowFKeys.baud < prev    next >
Text File  |  1993-08-01  |  826b  |  16 lines

  1. /* $VER: ShowFKeys.baud 6.2 (1.8.93) */
  2.  
  3. CALL PostMsg()
  4. line=  '\\\\                       ___________________________'
  5. line=line'\ _____________________|  BBBBS Function Key HELP  |______________________'
  6. line=line'\|                                                                        |'
  7. line=line'\| F1- Chat          F6- Close HELP    S1- Start BBBBS   S6- BUSY         |'
  8. line=line'\| F2- Force OFF     F7- Show Log      S2- QuitFlag ON   S7- UN-BUSY      |'
  9. line=line'\| F3- Change Time   F8- Show Usage    S3- QuitFlag OFF  S8- RAM space    |'
  10. line=line'\| F4- Validate      F9- Close Screen  S4- Toggle Noise  S9- Close Editor |'
  11. line=line'\| F5- Level/Ratio  F10- Show HELP     S5- Bkgnd Arcing S10- Message2User |'
  12. line=line'\|'LEFT('_',72,'_')'|'
  13.  
  14. CALL PostMsg(3,11,line,'BAUD')
  15. CALL SETCLIP('BBS_fkeyhelp','1')
  16.